type google.golang.org/protobuf/reflect/protoreflect.appendFunc

3 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		source.go#L101: type appendFunc func(*SourcePath, []byte) []byte
		source.go#L103: func (p *SourcePath) appendSingularField(b []byte, name string, f appendFunc) []byte {
		source.go#L116: func (p *SourcePath) appendRepeatedField(b []byte, name string, f appendFunc) []byte {